@media  screen and (min-width:480px){ 


  body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', 'Poppins', sans-serif;
    background-color: white;
    width: 100%;
  }
  
  
  header{
    font-family: 'Inter', sans-serif ;
    /* height: 90px; */
    padding: 20px 16px;
    background-color: white;
    margin: 0;
  
    
  }
  
  
  .about-us, .values, .teams{
    font-family: 'Inter', 'Poppins' sans-serif;
    background-color: #07143D;
    padding: 92px 22px;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  
  
  
  
  .aboutusheading, .valuesheading{
    font-family: "Inter", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    width: fit-content;
  }
  
  .aboutus-label, .values-label, .teams-label{
    display: flex;
    font-size: 18px;
    font-weight: 550;
    color: #39E7BD;
    width: fit-content;
    align-items: center;
    justify-content: center;
  
    
  }
  
  
  
  
  .aboutus-label img, .values-label img, .teams-label img{
    margin-right: 12px;
    width: 24px;
    height: 22px;
    object-fit: cover;
  }
  
  .aboutus-headingtext, .values-headingtext, .teams-headingtext{
    display: flex;
    flex-direction: column;
   align-items: center;
  }
  
  .aboutus-maintext, .values-maintext, .teams-maintext{
    font-size: 36px;
    line-height: 46px;
    /* font-weight: 500; */
    letter-spacing: -1px;
    color: #F2F2F2;
    width: 418px;
    margin: 0 0 21px 0;
    text-align: center;
    font-family: 'poppins', sans-serif;
  }
  
  .aboutus-subtext, .values-subtext, .teams-subtext{
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    width: 423px;
    letter-spacing:0% ;
    margin: 0;
    padding: 0;
    color: #CDCDCD;
    font-weight: 300;
    font-family: 'poppins', sans-serif;
  }
  
  
  
  .logo-container{
    height: 46px;
    width: 43%;
    
  }
  
  .logo-container img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    
  }
  
  .inner-header{
    display: flex;
    justify-content: space-between;
    padding: 24px 0;
    margin: 0;
    width: 100%;
    align-content: center;

  }
  
  .top-navigation{
    display: flex;
    justify-content: center;
    align-content: center;

  }

  
  

  .top-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    
  }
  
  
  
  .links-container{
    padding: 20px 0;
    align-items: flex-start;
    flex-direction: column;
    z-index: 999;
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 50vw;
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: -7px 0 7px rgba(134, 131, 131, 0.2);
    transition: .5s ease-out;
  }
  
  
  .top-nav a:nth-child(3){
    box-sizing: border-box;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    color: #07143D;
    font-size: 16px;
    font-weight: 600;
    display: block;
  }
  
  .top-nav a:nth-child(2), .top-nav a:nth-child(4), .top-nav a:nth-child(5) {
    box-sizing: border-box;
    padding: 20px 30px;
    align-items: flex-start;
    justify-content: flex-start;
    height: auto;
    width: 100%;
    text-decoration: none;
    cursor: pointer;
    font-family: 'inter', sans-serif;
    color: #475467;
    font-size: 16px;
    font-weight: 600;
    display: block;
  }
  
  
  .top-nav a:active{
    text-decoration: underline;
  }
  
  .open-sidebar-btn{
    display: block;
    padding: 0;
  }
  
  .open-sidebar-btn  svg{
 
    fill: #07143D;
  }
  
  .links-container svg{
    width: 32px;
    height: 32px;
    fill: #07143D;
  
  }
  
  .close-sidebar-btn{
    display: block;
    padding:  20px;
  }
  
  #sidebar-active:checked ~ .links-container{
   right: 0;
  }
  
  #sidebar-active{
    display: none;
  }
  
  #sidebar-active:checked ~ .links-container{
    right: 0;
  }
  
  #sidebar-active:checked ~ #overlay{
  
   height: 100%;
   width: 100%;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 9;
  }

  .Get-started-button{
    display: none;
  }
















  .Get-started-button button{
    padding: 14px 20px;
    line-height: 24px;
    letter-spacing: -1%;
    font-size: 16px;
    font-family: inherit;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
    display: none;
  }
  .Get-started-button img{
    margin-left: 10px;
    display: none;
  }
  

  .aboutuscontent{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .image-decor-frame{
    width: 425px;
    height: 435px;
    display: flex;
    position: relative;
    margin: 0 0 48px 0;
  }
  
  .image-frame{
    width: 390px;
    height: 395px;
    display: flex;
    position: absolute;
    left: 24px;
    top: 24px;
    z-index: 1;

  }

  .image-main{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .decor-1{
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 309px;
    height: 266px;
  }
  
  .decor-2{
    display: flex;
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100px;
    height: 90px;
  }

  .textframe{
    margin:0;
  }
  
  .textframe p{
    width: 413px;
    font-family: "poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0px;
    color: #ebebeb;
    padding: 0%;
    margin-bottom: 52px;
    margin-top: 10px;
  
  
  }

  .textframe button{
    padding: 15px 21px;
    line-height: 31px;
    letter-spacing: -1%;
    font-size: 21px;
    font-family: inherit;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #39E7BD;
    }
  
  .textframe button:hover{
    padding: 15px 21px;
    line-height: 31px;
    letter-spacing: -1%;
    font-size: 21px;
    display: flex;
    border: none;
    border-radius: 48px;
    color: white;
    font-weight: 600;
    background-color: #07143D;
    border: 1px solid  #39E7BD;
    transition: 0.5s;
  }
  
  .textframe button img{

    margin-left: 10px;
    width: 30px;
    height: 30px;
    object-fit: cover;
  }




    /*values*/

    .values-content{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
    
    }
    
    .value1, .value2, .value3, .value4, .value5, .value6, .value7,.value8, .value9{
      width: fit-content;
      display: flex;
      align-items: center;
      font-family: 'poppins', sans-serif;
      font-weight: 500;
      font-size: 27px;
      line-height: 40px;
      color: #F9FAFB;
      border: 2px solid rgba(181, 211, 204, 0.85);
      border-style: dashed;
      border-radius: 10px;
      padding: 18px 24px;
    }
    
    .value1 img,
    .value2 img,
    .value3 img,
    .value4 img,
    .value5 img,
    .value6 img,
    .value7 img,
    .value8 img,
    .value9 img{
      margin-right: 18px;
      width: 56px;
      height: 56px;
      object-fit: fill;
    }
    
    .value1 p,
    .value2 p,
    .value3 p,
    .value4 p,
    .value5 p,
    .value6 p,
    .value7 p,
    .value8 p,
    .value9 p{
      padding: 0;
      width: 315px;
      margin: 0;
    }
    
    .value1, .value2, .value3, .value4, .value5, .value6, .value7, .value8, .value9{
      margin-bottom: 40px;
    }







    /* teams */


.teams-cards{
  padding: 0 ;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
   
}


.member-1, .member-2, .member-3{
  width: 414px;
  height: 531px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: 48px;
}

 .member-4, .member-5, .member-6{
  width: 414px;
  height: 531px;
  display: flex;
  justify-content: center;
  align-items: end;
  position: relative;
  border-radius: 2px;
  margin-bottom: px;
}

.member-name, .member-name2, .member-name3, .member-name4, .member-name5{
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  /* align-items: center;
  justify-content: center; */
}

.member-name6{
  width: 100%;
  margin: 0 0 8px 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.glassframe-1, .glassframe-2, .glassframe-3, .glassframe-4, .glassframe-5, .glassframe-6{
  display: flex;
  position: absolute;
  width: 303px;
  height: 150px;
  /* background-color: rgba(255, 255, 255, 0.3); */
  backdrop-filter: blur(15px);
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 2px;
  /* padding-left: 30px; */
  border: 1px solid rgba(255, 255, 255, 0.3);
  flex-direction: column;
}


.m-name p{
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'inter';
  font-weight: 500;
  line-height: 18px;
  color: #ffffff;
  font-size: 31px;
  line-height: 41px;
}

.m-title{
  margin-bottom: 31px;
}

.m-title p{
  padding: 0;
  margin: 0 0 0 0;
  font-family: 'inter';
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  font-size: 20px

}

.openicon{
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0;
  display: flex;
}

.openicon img{
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
}

.social-icons img{
  margin-right: 26px;
  overflow: visible;
}

.social-icons:nth-child(1){
  width: 30px;
  height: 30px;
  object-fit: fill;

}

.social-icons:nth-child(2){
  width: 30px;
  height: 30px;
  object-fit: fill;
}

.social-icons:nth-child(3){
  width: 30px;
  height: 30px;
  object-fit: fill;
  overflow: visible;
}
  

  
  






  
  footer{
    font-family: 'Inter', 'Poppins', sans-serif;
    background-color: #07143D;
    padding: 62px 20px ;
    border-top: 1px solid #6a8288;
  }
  
  .footer-logo{
    display: flex;
    margin: 0 0 42px 0;
    width: 100%;
  }
  
  .footer-logo img{
    width: 175px;
    height: 40px;
    object-fit: fill;
  }
  
  .main-footer-img{
    display: none;
  }
  
  .footer-logo-links{
    display: flex;
    flex-direction: column;
    font-family: 'poppins';
    padding: 0;
    margin: 0 0 62px 0;
    height: fit-content;
  }
  
  .footer-nav ul{
    display: flex;
    /* width: 200px; */
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    height: fit-content; 
  }
  
  .footer-links .footer-nav  ul li{
    margin: 0;
    padding: 0;
  }
  
  .footer-links nav a:nth-child(1){
    margin-right: 96px; 
    margin-bottom: 24px; 
    color: #D0D5DD;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
  
  }
  
  .footer-links nav a:nth-child(2){
    margin-bottom: 24px; 
    margin-right: 96px; 
    font-weight: 500;
    color: #D0D5DD;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
  }
  
  .footer-links nav a:nth-child(3){
    margin-right: 110px; 
    font-weight: 500;
    color: #D0D5DD;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
  }
  
  .footer-links nav a:nth-child(4){
    margin: 0;
    font-weight: 500;
    color: #D0D5DD;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none;
    cursor: pointer;
  }
  
  
  .footer-links nav a:active{
    text-decoration: underline;
  }
  
  
  .footer-note{
    display: flex;
    flex-direction: column-reverse;
    margin: 24px 0 0 0;
    padding: 24px  0 0 0 ;
    font-family: 'poppins';
    border-top: 1px solid #6a8288;
  }
  
  
  
  .note-links{
    display: flex;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  
  .note-links nav ul li:nth-child(1), .note-links nav ul li:nth-child(2), .note-links nav ul li:nth-child(3) {
    font-size: 21px;
    line-height: 31px;
  }
  
  .foot-note{
    color: #D0D5DD;
    font-size: 21px;
    line-height: 31px;
    display: flex;
    flex: 1;
  }
  
  .foot-note p{
    margin: 0;
    padding: 0;
  }
  
  
  }